[SPARK-21914][FOLLOWUP][test-hadoop3.2][test-java11] Clone SparkSession per each function example#25956
Closed
MaxGekk wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-21914][FOLLOWUP][test-hadoop3.2][test-java11] Clone SparkSession per each function example#25956MaxGekk wants to merge 1 commit intoapache:masterfrom
MaxGekk wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #111521 has finished for PR 25956 at commit
|
|
Test build #111522 has finished for PR 25956 at commit
|
|
Test build #111523 has finished for PR 25956 at commit
|
Member
Author
|
jenkins, retest this, please |
|
Test build #111526 has finished for PR 25956 at commit
|
Member
Author
|
jenkins, retest this, please |
|
Test build #111528 has finished for PR 25956 at commit
|
Member
Author
|
jenkins, retest this, please |
Member
Author
|
@HyukjinKwon @wangyum @dongjoon-hyun Take a look at this PR, please. |
|
Test build #111530 has finished for PR 25956 at commit
|
|
Test build #111533 has finished for PR 25956 at commit
|
srowen
approved these changes
Sep 28, 2019
Member
|
Merged to master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
In the PR, I propose to clone Spark session per-each expression example. Examples can modify SQL settings, and can influence on each other if they run in the same Spark session in parallel.
Why are the changes needed?
This should fix test failures like this checking of the
Likeexample:Does this PR introduce any user-facing change?
No
How was this patch tested?
By running
check outputs of expression examplesinorg.apache.spark.sql.SQLQuerySuite